html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike,  sub, sup, tt, var, b,  center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style: normal;outline:none;}
html, body{width: 100%;min-height: 100%;overflow-x: hidden;}
body {background-color: white;line-height: 1.5; background-image: url("../img/banner_bg.jpg");background-repeat: no-repeat;background-size: 100% auto;background-position: left top;  font-size: 14px;font-family: sans-serif;color: #333;position: relative;}
a{text-decoration: none;color: #333333;}
a:hover,.btn:hover{opacity: 0.7;}
ul,li,dl,dt,dd{list-style: none;}
.iconfont,h1, h2, h3, h4, h5, h6,a{font-size: inherit;}
.fl {float: left!important;}
.fr {float: right!important;}
.cf:after{content: ""; position: relative; display: block; clear: both;}
.hidden{display: none!important;}
/*文字超出处理*/
.text_nowrap{word-break: keep-all;white-space: nowrap;overflow: hidden;}
.text_ellipsis{word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*单行省略号*/
.text_ellipsis{word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*多行省略：3表示多少行*/
.content3_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:3;-webkit-box-orient: vertical;word-break: break-all;}
.content2_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:2;-webkit-box-orient: vertical;word-break: break-all;}
/*文字末端对其*/
.text_justify{text-align: justify;}
.text_justify:after{content: "";position: absolute;right: 0px;bottom: 0px;/*解决 text-align: justify 不生效问题 */display: inline-block;padding-left: 100%;}
/*不被选中*/
.no_select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
/*滚动条样式*/
::-webkit-scrollbar {width: 4px;height: 4px;background-color: transparent;}
::-webkit-scrollbar-thumb {border-radius: 4px;-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);background-color: #BCBCBC;}
/*手势*/
.pointer{cursor: pointer!important;}
/*无边框*/
.no_border{border-width: 0px!important;}
/*边距*/
.mr_10{margin-right: 10px!important;}
.mr_20{margin-right: 20px!important;}
.mr_0{margin-right: 0px!important;}
/*文字颜色*/
.c1 {color: #DB8900!important;}
.c2 {color: #46B622!important;}
.c3 {color: #1F89EC!important;}
.c4 {color: #C92929!important;}
.c5 {color: #5670BF!important;}
.c6 {color: #9B9B9B!important;}
.cred{color: RGBA(255, 101, 1, 1)!important;}

.flex{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.flex_v {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.flex_vertical {-webkit-box-orient: vertical; -webkit-flex-flow: column;flex-flow: column;}
.flex_1 {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.flex_align_center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex_direction_row{ flex-direction: row;  }
.flex_direction_column{ flex-direction:column}
.flex_pack_center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex_content_center{align-content:center;}
.flex_pack_around { -webkit-box-pack: space-around; -webkit-justify-content: space-around; -ms-flex-pack: space-around; justify-content: space-around;}
.flex_pack_justify {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex_pack_start {-webkit-box-pack:  flex-start;-webkit-justify-content:  flex-start;-ms-flex-pack:  flex-start;justify-content:  flex-start;}
.flex_pack_end {-webkit-box-pack:  flex-end;-webkit-justify-content:  flex-end;-ms-flex-pack:  flex-end;justify-content:  flex-end;}
.flex_grow{-webkit-box-flex: 1.0;-moz-flex-grow: 1;-webkit-flex-grow: 1;flex-grow: 1;}
.flex_shrink{-webkit-box-flex: 0;-moz-flex-shrink: 0;-webkit-flex-shrink: 0;flex-shrink: 0;}
.flex_wrap{flex-wrap: wrap;}
.content1_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:1;-webkit-box-orient: vertical;word-break: break-all;}
.content2_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:2;-webkit-box-orient: vertical;word-break: break-all;word-break: normal;}
.content3_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:3;-webkit-box-orient: vertical;word-break: break-all;}
.content6_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:6;-webkit-box-orient: vertical;word-break: break-all;}
/*容器*/
body{background-size: 100% auto;background-position:0 60px;background-repeat: no-repeat;}
.container {width: 1300px;margin: 0 auto ;position: relative;padding-bottom: 20px;}
.container.grid2 {margin-top: 20px;}
/*头部*/
.top_box{position: fixed;top: 0;left: 0; right:0;z-index: 12000;width: 100%;}
.trumpet_box{width:760px;height: 40px;line-height: 40px;color: #999999;display: none;}
.trumpet_box .trumpet_img{width: 20px;height: 17px;margin-top: 11.5px;vertical-align: top;margin-right: 15px;}
.content_notice{ display: inline-block;overflow: hidden;height: 40px;line-height: 40px;color: #999999;}
.content_notice_p{white-space:nowrap;display: inline-block;margin-left: 0; }
.weixin_box{color: white;height: 80px;line-height: 80px;}
.weixin_box .item{color: white;font-size: 16px;line-height: 40px;position: relative;margin-right: 20px;}
.weixin_box .win {position: absolute;bottom: -160px;left:50%;margin-left: -65px; background: #fff;width: 130px;height: 130px;text-align: center;box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.34);box-sizing: border-box;opacity: 0;visibility: hidden;}
.weixin_box .win img{width: 100%;}
.weixin_box .win:before {content: ' ';position: absolute;top: -20px;left: 50%;border: 10px solid transparent;border-bottom-color: #fff; transform: translatex(-50%);}
.weixin_box .item:hover{opacity: 1;}
.weixin_box .item:hover .win {bottom: -145px;opacity: 1;visibility: visible;transition: all .3s ease;}
.nav_box {height: 80px;background-color: #1E96D4;box-shadow: 0 1px 2px rgba(0,0,0,.1);}
.nav_box:after{clear: both;}
.nav_box .container{height: 80px;}
.nav_box .logo {float: left;display: inline-block;}
.nav_box .logo img {width:143px;vertical-align: middle;}
.nav_box .nav-link{display: inline-block;margin-left: 50px;}
.nav_box .nav-link li {float: left; padding: 0 20px;line-height: 80px;}
.nav_box .nav-link li.li_re{position: relative}
.nav_box .nav-link a {color: white;font-size: 16px;display: block;}
.nav_box .nav-link a:hover{color: #FF6501; opacity: 1;}
.nav_box .nav-link a.active {color: #FF6501; font-weight: bold;}
.content_submit{position: absolute;top:0;right: 0;}
.content_submit a{display: inline-block; width: 100px; margin: 20px 0 0 15px; float: left; color: #FFFFFF; height: 40px; line-height: 40px; font-size: 14px; text-align: center; border-radius: 5px;}
/*.content_submit div{display: inline-block; width: 100px; margin: 20px 0 0 15px; float: left; color: #FFFFFF; height: 40px; line-height: 40px; font-size: 14px; text-align: center; border-radius: 5px;}*/
.content_submit a .iconfont{font-size: inherit; margin-right: 5px;}
.content_submit div .iconfont{font-size:21px;}
.content_submit a.project{background-color: #37C393;}
.content_submit a.article{background-color: #FF6501;}
.content_submit div.article{background-color: #FF6501;}
.top_box_height{height: 120px;}
.layui-tab-title li {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;font-size: 14px;transition: all .2s;-webkit-transition: all .2s;position: relative;line-height: 40px;min-width: 65px;padding: 0 15px;text-align: center;cursor: pointer;}
.layui-tab-title {position: relative;left: 0;height: 40px;white-space: nowrap;font-size: 0;border-bottom-width: 1px;border-bottom-style: solid;transition: all .2s;-webkit-transition: all .2s;}
.layui-tab-title .layui-this:after {position: absolute;left: 0;top: 0;content: '';width: 100%;height: 41px;border-bottom-width: 3px;border-bottom-style: solid;border-bottom-color: #FF6501;border-radius: 2px;box-sizing: border-box;pointer-events: none;}
.layui-tab-title{border-color: #ebebeb; background-color: #FFFFFF;}
.layui-tab-title li{font-size: 16px; font-weight: normal; text-align: center; display: inline-block;}
.layui-tab-content{padding: 20px 0 0 0;}
.layui-tab-brief>.layui-tab-title .layui-this,.layui-tab-brief>.layui-tab-title .layui-this h1{border-color: #FF6501; color: #FF6501; font-size: 20px;}

/*底部*/
.footer {background-color: #262930;color: #6F7072;}
.footer .footer_top {padding: 50px 0px;border-bottom: 1px solid #3C3E45;overflow: hidden;}
.footer .f_item{font-size: 12px;color: #9B9B9B;line-height: 28px;padding-top: 26px;}
.footer .f_item:first-child{padding-top: 0px;}
.footer .f_item p {line-height: 24px;}
.footer .f_item a {color: #9B9B9B;display: inline-block;margin-right: 10px;transition: all .3s ease;}
.footer .f_item a:hover{color: #fff;text-decoration: underline;}
.footer .f_item .img_link{width: 100px; height: 38px; margin-bottom: 8px;}
.footer .pub_ft_serve {padding: 35px 0px;text-align: center;position: relative;}
.footer .pub_ft_serve .online>a {display: inline-block;width: 36px;height: 36px;line-height: 36px;border-radius: 50%;text-align: center;background-color: #1e2026;margin-left: 8px;color: #fff;opacity: .55;position: relative;}
.footer .pub_ft_serve .online>a:hover {opacity: 1;}
.footer .pub_ft_serve .online>a:first-child{margin-left: 0px;}
.footer .pub_ft_serve .f-contain {position: absolute;top: -33px;left: 50%;background: #fff;width: 130px;height: 130px;text-align: center;transform: translate(-50%, -100%);box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.34);box-sizing: border-box; opacity: 0;visibility: hidden;}
.footer .pub_ft_serve .f-contain img{width: 100%;}
.footer .pub_ft_serve .f-contain:after {content: ' ';position: absolute;bottom: -20px;left: 50%;border: 10px solid transparent;border-top-color: #fff;transform: translatex(-50%);}
.footer .pub_ft_serve a:hover .f-contain {top: -13px;opacity: 1;visibility: visible;transition: all .3s ease;}
.footer .pub_ft_serve .online .iconfont{font-size: 20px;}
.footer .pub_ft_serve .copy_right {font-size: 12px;margin-top: 20px;}
.footer .pub_ft_serve .copy_right a, .footer .pub_ft_serve .item a{color: #6F7072;}
.footer .pub_ft_serve .copy_right a:hover, .footer .pub_ft_serve .item a:hover {color: #fff;text-decoration: underline;}
.footer .pub_ft_serve .item{margin-top: 20px;}
.footer .pub_ft_serve .item a{margin-right: 20px;}
.footer .pub_ft_serve .item a:last-child{margin-right: 0px;}
/*浏览更多*/
.more_block, a.more_block{display: inline-block;width: 320px;height: 40px;line-height: 40px;font-size: 14px;margin-top: 20px;border: #d7d7d7 1px solid;text-align: center;position: relative;left: 50%;margin-left: -160px;transition: all 1s;}
a.more_block:hover{ color: #FF6501;border-color: #FF6501; }
/*位置导航*/
.location_nav{position: relative; padding: 15px 0px; background-color: #FFFFFF;}
.location_nav .layui-breadcrumb a:hover{color: #FF6501!important;}
.location_nav .iconfont{font-size: 15px; margin-right: 3px;}
.location_nav .layui-breadcrumb>*{font-size: 12px!important;}
/*分享*/
.share_box{position: relative;}
.share_box>a{display: inline-block;width: 36px;height: 36px;line-height: 36px;border-radius: 50%;text-align: center;background-color: #BFBFBF;margin-left: 15px;color: #fff;opacity: .55;position: relative;}
.share_box>a:hover {opacity: 1; background-color: #37C393;}
.share_box>a:first-child{margin-left: 0px;}
.share_box .iconfont{font-size: 20px;}
.share_box>a .icon{width: 100%; height: 100%; border-radius: 50%; border: 0px; vertical-align: top;}
.share_box>a .qrcode {position: absolute;top: -33px;left: 50%;background: #fff;width: 130px;height: 130px;text-align: center;transform: translate(-50%, -100%);box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.34);box-sizing: border-box; opacity: 0;visibility: hidden;}
.share_box>a .qrcode img{width: 100%;}
.share_box>a .qrcode:after {content: ' ';position: absolute;bottom: -20px;left: 50%;border: 10px solid transparent;border-top-color: #fff;transform: translatex(-50%);}
.share_box> a:hover .qrcode {top: -13px;opacity: 1;visibility: visible;transition: all .3s ease;}
/*分页*/
.pages_box{width: 100%; margin: 30px auto 20px; padding-bottom: 60px; overflow: hidden; position: relative;}
.pages_box .page_main{text-align: center;}
.pages_box .page_main a,.pages_box .page_main span
,.layui-laypage a, .layui-laypage span{font-size: 16px; line-height: 40px; padding: 0px 15px; margin: 0 5px; background-color: #fff; border: 1px solid #dddddd; display: inline-block; color: #999999; border-radius: 3px;}
.pages_box .page_main span{ border-color: #37C393; color: #fff; background-color: #37C393;}
.pages_box .page_main a:hover, .layui-laypage a:hover{color: #37C393;}
.inside_pages_box{padding-top: 60px;}
/*页面级提示*/
.page_tips_box{position: relative; margin: 20px 30px; padding: 50px 100px; min-height: 500px; background-color: #FFFFFF; border: 1px solid #EBEBEB;}
.page_tips_box h2{font-size: 20px; line-height: 40px;}
.page_tips_box p{margin-top: 10px;}
.page_tips_box .centerbox{text-align: center; position: relative;}
.page_tips_box .btnBox{ position: relative; margin: 20px auto;}
.page_tips_box .btnBox a{display: inline-block;width: 100px;color: #FFFFFF;height: 40px;line-height: 40px;font-size: 14px;text-align: center;border-radius: 5px;background-color: #37C393;}
/*右侧活动推荐*/
.right .index_rec_activity{position: relative;}
.right .index_rec_activity a{position: relative; display: block;font-size: 0; margin-top: 10px; width: 330px; height: auto; overflow: hidden;background-color: #F0F0F0;}
.right .index_rec_activity a:first-child{margin-top: 0px;}
.right .index_rec_activity a img{ width: 100%; height: auto;}
/*返回顶部*/
.go_top_back{position:fixed;bottom: 50px;right: 100px;display: none;z-index: 500000;width: 50px;height: 50px;background: url("../img/top_active.png");-webkit-background-size: 50px 50px;background-size: 50px 50px;background-repeat: no-repeat;}
.go_top_back:hover{background: url("../img/top.png");}
/*顶部搜索*/
#searchBox{cursor: pointer;font-size: 14px;color: white;}
.searchlayer{background: #1E96D4;position: absolute;top: 0;left: 220px;z-index: 99999;width: 1085px;height: 80px;line-height: 80px;text-align: center;display: none;margin-left: -50px;}
.searchlayer #searchBox1{cursor: pointer;padding-left: 18px;background-repeat: no-repeat;font-size: 25px;color: white;}
/*.searchlayer #searchBox1>i{}*/
#search1{height:30px;width: 400px;border: 0;margin-left: 10px;outline:none;text-indent: 10px;border-radius: 5px;}
.searchlayer_close{cursor: pointer;display: inline-block;margin-left: 10px; color: white;height: 80px;}
.searchlayer_close>i{font-size: 25px;color: white;}
/*热门标签*/
.layer_box_title{border-bottom: 1px solid RGBA(235, 235, 235, 1);}
.layer_box_title h2 img{margin-right: 10px;}
.hot_label_view{padding:20px 16px 10px; }
.hot_label_view .hot_label{display: inline-block;border-radius: 5px;text-align: center; min-width: 54px;  height: 26px;line-height: 26px;border: 1px solid RGBA(160, 160, 160, 1);color: RGBA(160, 160, 160, 1);margin-bottom: 10px;margin-right: 6px;}
.hot_label_view .hot_label:hover{color: RGBA(255, 101, 1, 1);border-color: RGBA(255, 101, 1, 1);}
.navContent {background-color: #333333;border-radius: 4px; /* css 3标准 */-moz-border-radius: 4px; /* mozilla */-webkit-border-radius: 4px; /* webkit */left: 50%;position: absolute;top: 70px;width: 580px;margin-left: -290px;z-index: 999;padding: 0px;display: none;}
.navContent:hover{display: block;}
.triangle {width: 0;border-right: 8px solid transparent;border-left: 8px solid transparent;border-bottom: 16px solid #333;position: absolute;z-index: 50;left: 50%;top:-12px;margin-left: -8px;}
.navContent > li {width:94%;padding: 0 3%;}
.navContent > li > ul > li.item {color: #fff;padding:10px 0;line-height: 50px;width: 25%;}
.navContent > li > ul > li.long_item{width: 40%;}
.navContent ul li a {color: #fff;display: block;padding: 5px 10px;font-size: 14px;line-height: 24px;text-align: center;}
.nav-link_a>i{font-size: 13px;}
.nav-link_a:hover +ul.navContent{display: block;}
.searchBoxP{font-size:22px;color: white;text-align: center;margin-top: 10px;height: 30px;}
.search_font{font-size: 14px;color: white;}
.banner_index{width: 640px;height: 340px;}
.img-responsive{width: 100%;}
.swiper-index-h1{position: absolute;bottom: 0;color: white;font-size: 20px;text-align: center; width: 80%;padding: 40px 10% 50px;background: -webkit-linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom , rgba(0,0,0,.3) ,transparent); /* Firefox 3.6 - 15 */background: linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* 标准的语法 */}
.recommend {width: 264px;display: inline-block;margin-left: 20px;}
.rec_box {width: 263px;text-align:center;position: relative;margin-bottom: 10px;overflow: hidden;height: 165px;}
.rec_img {width: 100%;overflow: hidden;}
.rec_img .indexlist_swiper img {width: 263px;float: left;height: 165px;}
.rec_box .n_t {width: 92%;height: 50px;padding: 15px 4% 0px 4%;position: absolute;bottom:0px;left:0px;background: -webkit-linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom , rgba(0,0,0,.3) ,transparent); /* Firefox 3.6 - 15 */background: linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* 标准的语法 */}
.rec_box h1,.rec_box h2 {text-align: center;font-size: 14px;font-weight: bold;color: #fff;line-height: 22px;height:44px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.rec_box:hover h1,.rec_box:hover h2 {color: #fff;}
.rec_box h1 a {color: #fff;}
.rec_2_img{width: 100%;height: 182px;overflow: hidden}
.rec_2_img a img {width: 100%;}
.rec_box_2 .n_t {width: 92%;height: 60px;padding: 20px 4% 0px 4%;position: absolute;bottom:0px;left:0px;}
.rec_box_2 h1 {text-align: center;font-size: 24px;font-weight: normal;color: #fff;line-height: 36px;height:36px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow:ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;-webkit-box-orient:vertical;}
.rec_box_2:hover h1 {color: #fff;}
.rec_box_2 h1 a {color: #fff;}
.copy_right a{padding-right: 10px;}
.layer_box_title{padding: 15px 10px;background: white;border-bottom: none;}
.layer_box_title .hots_title{font-size: 18px;font-weight: 600;}
.layer_box_title .hots_title>img{margin-right: 8px;vertical-align: middle;}
.layer_box_title .hot_label{border: 1px solid RGBA(160, 160, 160, 1);border-radius: 5px;display: inline-block;padding: 3px 10px;margin-left: 8px;color: RGBA(160, 160, 160, 1);}
.layer_box_title .hot_label:hover{border-color: #1E96D4;color: #1E96D4;}
.qq_t_box{width:auto;background: white;padding: 15px 20px;font-size: 14px;color: #999999;line-height:32px;}
.ev_box_h{font-size: 18px;padding-bottom: 5px;color: #333333;line-height:45px;}
.qq{text-align: left;padding-left: 20px;}
.t_box{background: white;margin-top: 10px;padding: 15px 20px;}
.activity_erweima{text-align: center;}
.activity_erweima .activity_erweima_main{padding: 20px 30px;}
.activity_erweima .activity_erweima_main .activity_erweima2>img{width: 110px;height: 110px;}
.btn_links{width: 86%;height: auto;text-align: center;font-size: 16px;color: #FFFFFF;padding: 8px 5% 8px 5%;line-height: 28px;font-weight: normal;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;margin: 0px 2%;background-color: #80D740;border: 1px #80D740 solid;margin-top: 20px;}
.btn_links a{color: white;}
.links.btn_links{background: #1E96D4;border-color: #1E96D4;}
.sina_box{padding: 20px 60px;}
.sina_box>a{display: inline-block;width:60px;height:60px;border-radius:50%;background-color: #d1423c; background-image: url("../../image/sina.png");background-size:30px auto;background-repeat: no-repeat;background-position: center; }
.sina_box>a.sina_2{background-color: #1E96D4;}
.pan{font-size: 16px;padding:40px 0; }
.animation_img{transition: transform .7s ease;}
.animation_img:hover{transform: scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1); 	/* IE 9 */-moz-transform:scale(1.1, 1.1); 	/* Firefox */-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */-o-transform:scale(1.1, 1.1); 	/* Opera */}
.top_box_height{height: 80px;}
.section_hot_box{border: none !important;padding: 0 0 15px;}
.section_hot_box dt{padding: 10px 15px;}
.hot_article_view .li_box{ height:26px;line-height: 26px; font-size: 12px;color: #666666;margin-bottom: 10px;}
.hot_article_view .li_box .ran{-webkit-border-radius: 4px;width:18px;height: 20px;line-height: 20px;text-align: center;font-weight: normal;color: #FFF;background-color: #CCCCCC;float: left;font-size: 12px;margin-right: 5px;}
.hot_article_view .li_box .ran.top{color: #FFF;background-color: #FFCC00;}
.title_box{width: 268px;}
#rightButton{position:fixed;top:360px;right:30px;z-index:999999;display:block;}
#right_ul{position:relative;float: left;}
#ww,#qq,#tel,#tip,#backToTop,#code{width:50px;height:auto;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;background:url(https://youxituoluo.oss-cn-shenzhen.aliyuncs.com/cms/static/images/icon.png) no-repeat;}
/**********返回*************/
#backToTop { background-position:-305px -163px; z-index:999999; width:50px; height:59px; display:none;}
a.backToTop_a { width:50px; height:60px; display:block; }
a.backToTop_a:active { background-position:-255px -162px; }
.section{margin: 0 0 15px;}
.subject_view_ul  .subject_view_li{font-size: 0;position: relative;margin-bottom: 20px;overflow: hidden;}
.subject_view_img_box{width:290px;height:170px;overflow: hidden;}
.subject_view_ul  .subject_view_li .subject_view_img{width: 100%;transition: transform ease 1s;}
.subject_view_ul  .subject_view_li .subject_view_img:hover{transform: scale(1.2)}
.subject_view_ul  .subject_view_li .subject_view_title{position: relative;bottom: 0;left: 0;font-size: 14px; background: rgba(0,0,0,0);color: #333333;width: 290px; padding: 4px 0px;}
.subject_view_title:hover{color: #1E96D4 !important;}
.subject_view_li_title{width: 100%;height: 35px !important;display: flex;justify-content: space-between;line-height: 30px;color: #333333;}
.subject_view_li_title span{font-size: 18px;}
.subject_view_li_title a{font-size: 14px;color: #9a9a9a;}
.ad_box{position: relative; width: 924px;height: 185px; overflow: hidden; background-color: white;text-align: center;}
.ad_box a:hover{opacity:1}
.ad_box_img{width: 100%;min-height: 185px;vertical-align: middle}
.newNavContent.navContent > li > ul > li.item{padding: 10px 0;width: auto;min-width:75px;display: inline-block;}
.nav_box .nav-link .newNavContent li{padding: 0 15px;box-sizing: border-box;width: 100%;}
.newNavContent{display: inline-block;opacity: 0;z-index: -1;}
.new_li_re:hover .newNavContent{opacity: 1;z-index: 3;}
/*广告推广标识*/
.ad_tuiguang{position: absolute;top: 8px;right: 10px; display: inline-block;padding: 5px 10px;color: white;border-radius: 2px;text-align: center;line-height: 12px;font-size: 12px;background-color: rgba(0,0,0,.5);}